home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / c / pmm / !veryimportant < prev    next >
Text File  |  1999-06-14  |  812b  |  26 lines

  1. Building programs
  2. -----------------
  3.  
  4. The most work will done by rules from the MAKE-Dir.
  5. Don't search for a doc-file, there isn't one.
  6. Look IN the file that included in make. The full
  7. documentation can be find there.
  8. You find a subdir, called democonfig_eng in
  9. make. Copy the file one dir up to make and
  10. delete the empty dir. It is only build for
  11. copying. The original files in make work full
  12. identical but the documentation is german.
  13.  
  14. best work:
  15. first read the doc-files (and understand).
  16. second go to the make-dir and have a look
  17. on the files.
  18. If you understand how Pmm work take a
  19. SMALL program and include it in make.
  20. Best is, make a backup of make bevor do
  21. any changes.
  22. Aftes all things work correctly, do
  23. source by source to pmm. Test every program
  24. that will included same time you put it
  25. in the project.
  26.